


.wh_right{
    background-image: url("../images/wh/wh_bgimg.png");
    background-size: 100% 100%;
    width: 100px;
	height: 352px;
	background-color: #db261d;
    border-radius: 16px;
    position: fixed;
    top: 400px;
    right: 25px;
    z-index: 99999;
}
.wh_right h1{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.wh_right ul{
    margin-top: 35px;
}
.wh_right ul li{
    margin-bottom:13px;
}
.wh_right ul li img{
    display: block;
    margin: 0 auto;
}
.wh_right ul hr{
    width: 20px;
    opacity: 0.4;
    margin-bottom: 13px;
}



.wh_header{
    width: 100%;
	height: 40px;
	background-color: #f9f9f9;
}
.wh_header1{
    width: 1199px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wh_header1 h1{
    font-size: 12px;
    line-height: 40px;
	color: #403f3f;
}
.wh_header2{
    width: 450px;
    display: flex;
    justify-content: space-between;
}
.wh_header2 div{
    display: flex;
}
.wh_header2 div img{
    width: 15px;
    height: 13px;
    margin-right: 5px;
    margin-top: 14px;
}
.wh_header2 div h2{
    font-size: 12px;
    color: #666666;
    line-height: 40px;
}
.wh_search{
    width: 100%;
    height: 100px;
}
.wh_search1{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wh_search2 img{
    margin-top: 20px;
}
.wh_search3{
    width: 700px;
    display: flex;
    justify-content: space-between;
}
.wh_search3 ul{
    width: 540px;
    display: flex;
    justify-content: space-between;
}
.wh_search3 ul li{
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    margin-top: 30px;
}
.wh_search3 ul .wh_active{
    color: #df0400;
    border-bottom: 2px solid #df0400;
}
.wh_search4{
    margin-top: 40px;
}
.wh_search4 span a{
    padding: 0 15px;
    color: #999999;
    border-right: solid 1px #999999;
    font-size: 14px;
}
.wh_search4 span a:hover{
    color: #df0400;
}
.wh_search4 img{
    margin-left: 15px;
}
@media (max-width:1220px){
    .wh_header1{
        width: 100%;
        padding: 0 2%;
    }
    .wh_search1{
        width: 100%;
        padding: 0 2%;
    }
    .wh_search3 ul {
        width: 410px;
    }
    .wh_search3 {
        width: 550px;
    }
}
@media (max-width:990px){
    .wh_search{
        display: none;
    }
    .wh_header{
        display: none;
    }
}



.wh_banner .swiper-slide img{
    width: 100%;
}
.wh_banner .swiper-button-prev{
    background-image: url("../images/wh/wh_left.png");
    margin-left: 100px;
}
.wh_banner .swiper-button-next{
    background-image: url("../images/wh/wh_right.png");
    margin-right: 100px;
}
.wh_banner .swiper-container .swiper-pagination-bullet{
   background-color: white;
   opacity: 1;
}
.wh_banner .swiper-container .swiper-pagination-bullet-active{
    background-color: #df0400;
}
.wh_product{
    width: 100%;
    margin-top: 70px;
}
.wh_produce1{
    width: 1199px;
    margin: 40px auto 0;
}
.wh_produce1 ul{
    display: flex;
    justify-content: space-between;
}
.wh_produce1 ul li{
    width: 148px;
    margin-bottom: 50px;
}
.wh_produce2{
    width: 148px;
	height: 148px;
}
.wh_produce1 ul li:hover .wh_produce2{
    border-radius: 50%;
    background-color: #d7000f;
	box-shadow: 0px 3px 21px 0px 
		rgba(119, 118, 118, 0.44);
}
.wh_produce2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wh_produce2 .wh_img2{
    display: none;
}
.wh_produce1 ul li:hover .wh_produce2 .wh_img1{
    display: none;
}
.wh_produce1 ul li:hover .wh_produce2 .wh_img2{
    display: block;
}
.wh_produce1 ul li h1{
    font-size: 14px;
	letter-spacing: 1px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}
.wh_produce1 ul li:hover h1{
    color: #d7000f;
}
.wh_produce3{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.wh_produce3 div{
    width: 208px;
	height: 48px;
    border: solid 1px #dfdfdf;
    margin: 0 35px;
}
.wh_produce3 div h2{
    font-size: 14px;
	letter-spacing: 1px;
	color: #747474;
    text-align: center;
    line-height: 48px;
}
@media (max-width:1220px) {
    .wh_banner .swiper-button-prev{
        margin-left: 5%;
    }
    .wh_banner .swiper-button-next{
        margin-right: 5%;
    }
    .wh_produce1{
        width: 960px;
        margin: 40px auto 0;
    }
}
@media (max-width:990px) {
    .wh_product{
        margin-top: 40px;
    }
    .wh_produce1{
        width: 100%;
        margin: 20px auto 0;
    }
    .wh_produce1 ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wh_produce1 ul li{
        width: 30%;
        margin-bottom: 20px;
    }
    .wh_produce2{
        margin: 0 auto;
    }
    .wh_produce3{
        margin-bottom: 40px;
    }
}
@media (max-width:767px) {
    .wh_product {
        margin-top: 20px;
    }
    .wh_produce1 {
        margin: 10px auto 0;
    }
    .wh_produce1 ul li{
        width: 47%;
        margin-bottom: 10px;
    }
    .wh_produce1 ul li h1 {
        margin-top: 10px;
    }
    .wh_produce2 {
        width: 120px;
        height: 120px;
    }
    .wh_produce3 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .wh_produce3 div {
        width: 180px;
        margin-bottom: 10px;
    }
    .wh_banner .swiper-button-prev{
        display: none;
    }
    .wh_banner .swiper-button-next{
        display: none;
    }
}

.wh_about img{
    width: 100%;
    margin-bottom: 70px;
}
.wh_about1{
    width: 1200px;
    margin: 30px auto 40px;
}
.wh_about1 h1{
    font-size: 14px;
    text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
	color: #666666;
}
.wh_about2{
    display: flex;
    justify-content: center;
}
.wh_about2 h2{
    width: 208px;
	height: 48px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
	letter-spacing: 1px;
    color: #747474;
    line-height: 48px;
    text-align: center;
}
.wh_about3{
    margin: 65px auto 0;
    width: 1200px;
	height: 192px;
	background-color: #ffffff;
	box-shadow: 0px -3px 13px 0px 
		rgba(105, 105, 105, 0.08);
    z-index: 9999;
}
.wh_about3 ul{
    display: flex;
    justify-content: space-between;
}
.wh_about3 ul li{
    width: 24.5%;
    height: 100%;
    padding-top: 50px;
}
.wh_about3 ul li h1{
    text-align: center;
    font-size: 49px;
	letter-spacing: 2px;
	color: #555555;
}
.wh_about3 ul li:hover h1{
	color: #df0400;
}
.wh_about3 ul li sup{
    font-size: 15px;
	letter-spacing: 1px;
    color: #999999;
}
.wh_about3 ul li:hover sup{
    color: #df0400;
}
.wh_about3 ul li h2{
    text-align: center;
    font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}
.wh_about3 ul li:hover h2{
	color: #df0400;
}
.wh_shu{
    width: 0;
    height: 47px;
    border: 0.5px solid #efefef;
    margin-top: 75px;
}


.wh_about4 img{
    width: 100%;
    margin-top: -90px;
    z-index: -1;
    position: relative;
    margin-bottom: 70px;
}
@media (max-width:1220px){
    .wh_about1{
        width: 960px;
    }
    .wh_about3{
        margin: 65px auto 0;
        width: 960px;
        height: 192px;
    }
}
@media (max-width:990px){
    .wh_about img{
        margin-bottom: 40px;
    }
    .wh_about1{
        width: 100%;
        margin: 20px auto 25px;
        padding: 0 2%;
    }
    .wh_about3{
        margin: 30px auto 0;
        width: 95%;
        height: 130px;
    }
    .wh_about3 ul li{
        padding-top: 25px;
    }
    .wh_about3 ul li h1{
        font-size: 35px;
    }
    .wh_shu{
        margin-top: 35px;
    }
    .wh_about4 img{
        margin-bottom: 40px;
        margin-top: -50px;
    }
}
@media (max-width:767px) {
    .wh_about img{
        margin-bottom: 20px;
    }
    .wh_about1 {
        width: 100%;
        margin: 10px auto 15px;
        padding: 0 2%;
    }
    .wh_about3 ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wh_about3 ul li{
        width: 49%;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .wh_about3 {
        margin: 20px auto 0;
        width: 95%;
        height: auto;
    }
}

.wh_news1{
    margin: 40px auto 75px;
    width: 1200px;
}
.wh_news1 ul{
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
} 
.wh_news1 ul li{
    width: 384px;
}
.wh_news2{
    width: 100%;
	height: auto;
}
.wh_news2 img{
    width: 100%;
}
.wh_news3{
    width: 100%;
    height: 151px;
    padding-top: 35px;
}
.wh_news1 ul li:hover .wh_news3{
    background-color: #f4f4f4;
	border: solid 1px #eaeaea;
}
.wh_news2 div{
    display: none;
}
.wh_news1 ul li:hover .wh_news2 div{
    display: block;
    width: 100%;
    height: 51px;
    background-color: #df0400;
    color: white;
    text-align: center;
    line-height: 51px;
    font-size: 30px;
    margin-top: -51px;
    position: relative;
    z-index: 9999;
}

.wh_news3 h2{
    text-align: center;
    font-size: 16px;
    color: #333333;
    
    margin-bottom: 10px;
}
.wh_news3 h3{
    text-align: center;
    font-size: 14px;
	line-height: 24px;
    color: #9a9a9a;
    width: 90%;
    margin: 0 auto;
}
@media (max-width:1220px) {
    .wh_news1{
        margin: 40px auto 75px;
        width: 960px;
    }
    .wh_news1 ul li{
        width: 32%;
    }
}
@media (max-width:990px){
    .wh_news1{
        margin: 20px auto 40px;
        width: 100%;
        padding: 0 2%;
    }
    .wh_news3{
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .wh_news3 h3{
        margin-bottom: 20px;
    }
    .wh_news1 ul li:hover .wh_news2 div{
        display: block;
        width: 100%;
        height: 40px;
        background-color: #df0400;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        margin-top: -40px;
        position: relative;
        z-index: 9999;
    }
    .wh_news1 ul {
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .wh_news1 ul{
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    } 
    .wh_news1 ul li{
        width: 90%;
        margin-bottom: 20px;
    }
    .wh_news1 ul {
        margin-bottom: 0px;
    }
}
.phoneheader {
	display: none;
	width: 100%;
	height: 50px;
	position: relative;
	left: 0;
	top: 0;
}
@media (max-width:990px) {
	.phoneheader {
		display: block
	}
	.phoneheader .sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%
	}
	.phoneheader .sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.phoneheader .sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.phoneheader .sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.phoneheader .sp_nav span {
		display: block;
		background: #3d3071;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.phoneheader .sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.phoneheader .sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.phoneheader .sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.phoneheader .sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.phoneheader .sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.phoneheader .sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.phoneheader .sjj_nav {
		position: fixed;
		z-index: 9;
		background: #eee;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s
	}
	.phoneheader .nav_show {
		top: 50px
	}
	.phoneheader .sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.phoneheader .sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.phoneheader .sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.phoneheader .sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.phoneheader .sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.phoneheader .sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.phoneheader .sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.phoneheader .sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.phoneheader .sjj_nav ul li ul {
		display: none
	}
	.phoneheader .sjj_nav ul li a {
		color: #666;
		width: 80%
	}
	.phoneheader .sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.phoneheader .sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		fill: #3d3071
	}
	.phoneheader .sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
	.w1220 {
		width: 750px
	}
	.header {
		display: none
	}
	.q_head{
	display: none;
}
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.news_wrapper {
    padding: 66px 0 76px
}

.news_wrapper .news_ul {
    padding-bottom: 60px
}

.news_wrapper .news_ul a {
    display: flex;
    flex-wrap: wrap
}

.news_wrapper .news_ul li {
    padding: 30px 25px
}

.news_wrapper .news_ul li:hover {
    background-color: #f2f2f2;
}

.news_wrapper .news_ul li:hover h3, .news_wrapper .news_ul li:hover b {
    color: #df0400;
}

.news_wrapper .news_body {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    margin-left: 30px
}

.news_wrapper .news_imgs {
    width: 300px;
    height: 142px
}
.news_wrapper .news_imgs img{
    width: 100%;
    height: 100%;
}

.news_wrapper .news_body_left {
    width: 680px;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    line-height: 24px;
    color: #808080
}

.news_wrapper .news_body_left h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px
}

.news_wrapper .news_arrs {
    display: block;
    width: 24px;
    height: 11px;
    background: url(../images/wh/wh_you.png) no-repeat center/100% 100%
}

.news_wrapper b {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #949393;
    margin-top: 30px;
    display: block;
    margin-bottom: 35px
}
#pagesize {
    text-align: center
}

#pagesize>ul>li {
    display: inline-block;
    margin: 0 4px;
    font-size: 14px;
    color: #999999
}

#pagesize>ul>li>a {
    width: 26px;
    height: 26px;
    border: solid 1px rgba(98, 98, 98, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999
}
.wh_new{
    margin-top: 60px;
}
.wh_new_banner{
    width: 100%;
}
.wh_new_banner img{
    width: 100%;
}

@media(max-width: 1220px){
    .w1200 {
        width: 970px
    }
    .news_wrapper .news_body_left {
        width: 460px;
        font-family: SourceHanSansCN-Normal;
        font-size: 14px;
        line-height: 24px;
        color: #808080
    }
}
@media(max-width: 991px){
    .w1200 {
        width: 750px
    }
    .news_wrapper .news_imgs {
        width: 225px;
        height: 150px
    }
    .news_wrapper .news_imgs img{
        width: 100%;
        height: 100%;
    }
    .news_wrapper .news_body_left {
        width: 80%;
        font-family: SourceHanSansCN-Normal;
        font-size: 14px;
        line-height: 20px;
        color: #808080
    }
    .wh_new{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .w1200 {
        width: 96%
    }
    .news_body_right {
        display: none
    }
    .news_wrapper .news_body_left {
        width: 100%
    }
    .news_wrapper .news_body {
        margin: 0
    }
    .news_wrapper .news_ul li {
        padding: 2vw
    }
    .news_wrapper .news_imgs {
        width: 100%;
        height: auto;
    }
    .news_wrapper .news_imgs img{
        width: 100%;
    }
    .news_wrapper .news_body_left h3 {
        margin-bottom: 3vw;
        margin-top: 2vw
    }
    .news_wrapper {
        padding: 8vw 0
    }
    .news_wrapper .news_ul {
        padding-bottom: 6vw
    }
    .wh_new{
        margin-top: 15px;
    }
}

/* 联系我们 */
#map {
    width: 590px;
    height: 370px;
}

.map_right h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 24px
}

.map_right img {
    margin-right: 20px
}

.map_right p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 39px;
    color: #666666
}

.map_right span {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #333333
}

.map_right b {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    color: #df0400
}

.map_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 68px 0 40px;
}

.map_content .map_right {
    padding-left: 70px
}

.contact_form {
    padding: 40px 0 80px
}

.contact_form .lable_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_form .lable_form input {
    width: 49%;
    height: 70px;
    background-color: #f7f7f7;
    outline: none;
    padding: 0 20px;
    margin-bottom: 15px;
}

.contact_form .xm_form input {
    width: 100%;
    height: 70px;
    background-color: #f7f7f7;
    outline: none;
    padding: 0 20px;
    
}

.contact_form .xm_form textarea {
    height: 150px;
    background-color: #f7f7f7;
    padding: 20px;
    width: 100%;
    display: block
}

.contact_form .m25 {
    margin: 0 0 15px
}

.contact_form a.contact_btn {
    display: block;
    text-align: center;
    line-height: 42px;
    width: 170px;
    height: 42px;
    background-color: #df0400;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #ffffff;
    margin: 25px auto 0
}
.wh_contact{
    margin-top: 60px;
}
@media(max-width: 991px){
    .wh_contact {
        margin-top: 30px;
    }
    #map {
        width: 100%
    }
    .map_content {
        padding: 6vw 0 8vw;
        flex-direction: column-reverse
    }
    .map_content .map_right {
        width: 100%;
        padding: 20px
    }
}
@media(max-width: 767px){
    .wh_contact {
        margin-top: 20px;
    }
    .map_right h3{
        font-size: 19px;
        text-align: center;
    }
    #map {
        width: 100%
    }
    .contact_form {
        padding: 5vw 0
    }
    .map_content {
        padding: 6vw 0 8vw;
        flex-direction: column-reverse
    }
    .map_content .map_right {
        width: 100%;
        padding: 0 0 20px 0
    }
    .map_content .map_right p {
        font-size: 12px;
        line-height: 2
    }
    .map_content .map_right span {
        font-size: 12px
    }
    .map_content .map_right b {
        font-size: 14px
    }
    .contact_form .lable_form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .contact_form .lable_form input {
        width: 100%;
        
    }
}

/* 新闻详情 */
.hnews_pageinfo {
    color: #333333;
    margin-bottom: 70px;
  }
  
  .hnews_pageinfo .nptitle {
    font-size: 24px;
    text-align: center;
    margin: 60px 0 10px;
  }
  
  .hnews_pageinfo .npdate {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 27px;
  }
  
  .hnews_pageinfo .newsinfoCon {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.8;
  }
  
  .hnews_pageinfo .newsinfoCon p {
    min-height: 10px;
  }
  
  .hnews_pageinfo .newsinfoCon p img {
    max-width: 100%;
  }
  
  .hnews_pageinfo .new_back {
    text-align: right;
    margin: 36px 0 35px;
  }
  
  .hnews_pageinfo .new_back a {
    width: 150px;
    height: 50px;
    background-color: #df0400;;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    text-align: center;
    display: inline-block;
  }
  
  .hnews_pageinfo .news_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #efefee;
    padding-top: 20px;
  }
  
  .hnews_pageinfo .news_contact a {
    max-width: 45%;
    overflow: hidden;
    font-size: 12px;
    opacity: 0.8;
  }
  
  .hsoloved_pageinfo {
    margin-bottom: 75px;
  }
  
  .hsoloved_pageinfo .common_title {
    margin: 50px 0 25px;
  }
  
  .hsoloved_pageinfo .hsolovedCon {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #666666;
  }
  
  .hsoloved_pageinfo .hsolovedCon p {
    min-height: 10px;
  }
  
  .hsoloved_pageinfo .hsolovedCon p img {
    max-width: 100%;
  }
  
  .hsoloved_pageinfo .hsolovedCon video {
    max-width: 100%;
    width: auto;
  }
  @media(max-width:767px){
    .hnews_pageinfo .nptitle {
        font-size: 18px;
        margin: 4vw 0 10px;
        line-height: 25px;
    }
    .hnews_pageinfo .npdate {
        margin-bottom: 2vw;
    }
    .hnews_pageinfo .newsinfoCon{
        line-height: 25px;
    }
    .hnews_pageinfo .new_back a {
        height: 40px;
        line-height: 40px;
    }
    .hnews_pageinfo .new_back {
        margin: 4vw 0;
    }
    .hnews_pageinfo .news_contact{
        flex-wrap: wrap;
    }
    .hnews_pageinfo .news_contact a{
        width: 100%;
        max-width:100%;
        margin-bottom: 3vw;
    }
    .hnews_pageinfo {
        margin-bottom: 4vw;
    }
    .hsoloved_pageinfo .common_title {
        margin: 4vw 0 2vw;
    }
    .hsoloved_pageinfo {
        margin-bottom: 7vw;
    }
  }